home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / lan / easynetd.zip / CONFIG1.NET < prev    next >
Text File  |  1988-01-06  |  581b  |  15 lines

  1. COMPUTER    COMP1    ;sets the computers network name
  2. NETWORK        2        ;type of network leave unchanged
  3. agents 1            ;allows another user to access this computer
  4. lastdrive Z            ;sets the last accessable drive in DOS
  5. echo                ;shows the network loaded
  6. break ON            ;DOS <CRTL> <BREAK>
  7.  
  8. port  com1            ;set the com port to be used by the network
  9. baud  19.2k            ;sets the baud rate of the computer serial port
  10.  
  11. ;    sets the redirected drives for the computer
  12.  
  13. use i: \\comp2\a:\        ;your local drive I is on the remote computer
  14. use j: \\comp2\c:\        ;your local drive J is on the remote computer
  15.